A. pipeline
B. Handler
C. IHttpHandlerFactory
D. None of the above
Advertisement
Related Mcqs:
- What is the difference between HTTP handlers & HTTP modules_________________?
- A. Httphandler is an event handler and httpmodule is module to do some task B. Httphandler is an class and Httpmodule is an assembly C. All of the above D. None of the above...
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- Which language is used to create an ASP.NET code file ?
- A. Visual Basic B. C# C. C++ D. All of the above...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- What executable unit gets created when we build an ASP.Net application ?
- A. . EXE B. . COM C. . DLL D. None of the above...
- We can manage states in asp.net application using________________?
- A. Session Objects B. Application Objects C. Viewstate D. All of the above...
- We can manage states in asp.net application using_______________?
- A. Session Objects B. Application Objects C. Viewstate D. All of the above...
- The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ?
- A. Cross Page Posting B. Code-front C. Theme D. None of the above...
Advertisement